html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7Ba6fd467e-00e7-46a3-8033-adde0443ff8c%7D_GordoNav-fondo-copos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

.leitmotiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 110px;
    z-index: 1;
}

.legal {
    position: absolute;
    top: 83px;
    right: 10px;
    width: 15px;
    z-index: 100;
}

.separador .desptok{
    display: inherit;
}

.separador .mobile{
    display: none;
}

.bg-principal{
    margin-top: 100px;
}

#persona-uno {
    width: 100%;
}

#persona-dos {
    width: 80%;
}

.bg-principal .parte-dos{
    margin-top: 80px;
}

.bg-principal .parte-dos p{
    font-family: 'davregular', sans-serif;
    color: #000;
    font-size: 20px;
}

.bg-principal .parte-dos p b{
    font-family: 'davextrabold', sans-serif;
    color: #000;
    font-size: 20px;
}

.bg-principal .parte-dos p span{
    font-family: 'davregular', sans-serif;
    color: #000;
    font-size: 15px;
}

.bg-principal .parte-dos p span b{
    font-family: 'davextrabold', sans-serif;
    color: #000;
    font-size: 15px;
}

.bg-principal .parte-dos p span a{
    font-family: 'davbold_italic', sans-serif;
    color: #ed1c27;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

#ganadores{
    width: 360px;
    padding: 0%;
}

#app-cta{
    width: 240px;
    padding: 0%;
    transition: all 0.1s;
}

#app-cta:hover{
    transform: scale(1.1);
}

.bg-secundario{
    background-color: #ed1c27;
    padding-bottom: 30px;
}

.bg-secundario .parte-uno{
    margin-top: 50px;
}

.bg-secundario .parte-uno p{
    font-family: 'davregular', sans-serif;
    color: #fff;
    font-size: 20px;
}

.bg-secundario .parte-uno p b{
    font-family: 'davextrabold', sans-serif;
    color: #fff;
    font-size: 20px;
}

.bg-secundario .parte-uno p i{
    font-family: 'davbold_italic', sans-serif;
    color: #fff;
    font-size: 20px;
}

.bg-secundario .parte-uno p span{
    font-family: 'davregular', sans-serif;
    color: #fff;
    font-size: 15px;
}

.bg-secundario .parte-uno p span a{
    font-family: 'davbold_italic', sans-serif;
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

#colones{
    width: 340px;
    padding: 0%;
}

#cuenta-cta{
    width: 390px;
    padding: 0%;
    transition: all 0.1s;
}

#cuenta-cta:hover{
    transform: scale(1.1);
}

.bg-tercero{
    background-color: #ed1c27;
    padding-top: 50px;
    padding-bottom: 100px;
}

.videos {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.1s;
}

.videos:hover{
    transform: scale(1.1);
}

.footer{
    background-color: #f7f7f7;
    padding-top: 20px;
}

.footer p{
    font-family: 'davregular', sans-serif;
    color: #000;
    font-size: 15px;

}

.footer p b{
    font-family: 'davextrabold', sans-serif;
    color: #000;
    font-size: 15px;

}

/**MODALES**/

.modal-content h1{
    font-family: 'davbold_italic', sans-serif;
    font-size: 20px;
    color: #ed1c27;
}


.modal-content p{
    font-family: 'davregular', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 16px;
}


.cerrarmodal {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.modal-content {
    border-radius: 50px;
    padding: 20px;
}

.modal-content .modal-header {
    border-bottom: #f7f7f7;
    padding: 10px 2px;
    align-items: end;
}

.modal-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body{
    padding-top: 0px;
}

.modal-content .videos-desktop{
    display: inherit;
}

.modal-content .videos-movil{
    display: none;
}



@media screen and (max-width: 768px){
    .separador .desptok{
        display: none;
    }
    
    .separador .mobile{
        display: inherit;
        padding-top: 50px;
    }

    #persona-uno {
        width: 100%;
    }

    #persona-dos {
        width: 100%;
    }

    .modal-content .videos-desktop{
        display: none;
    }
    
    .modal-content .videos-movil{
        display: inherit;
    }
}
